home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-02-22 | 418 b | 17 lines | [TEXT/????] |
- /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- *
- * @(#)inet.h 1.7 88/02/07 SMI; from UCB 5.1 5/30/85
- */
-
- /*
- * External definitions for
- * functions in inet(3N)
- */
- unsigned long inet_addr();
- char *inet_ntoa();
- struct in_addr inet_makeaddr();
- unsigned long inet_network();
-